|
Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
|
NumberPool contains pools of numbers for activities. More...
Public Member Functions | |
| int | getStart () |
| Returns the starting number in the range. More... | |
| int | getEnd () |
| Returns the ending number in the range. More... | |
Public Member Functions inherited from Pool | |
| QString | name () |
| Returns the name of the pool. More... | |
| QString | getElementToString (int) |
| Returns the element in the pool at the specified index. More... | |
| bool | isInPool (QString) |
| Returns true if the specified value is in the pool, otherwise false. More... | |
NumberPool contains pools of numbers for activities.
| int NumberPool::getEnd | ( | ) |
Returns the ending number in the range.
| int NumberPool::getStart | ( | ) |
Returns the starting number in the range.